learn about Block-level elements,Formatting tags,and semantic tags
A block-level element always starts on a new line, and the browsers automatically add some space (a margin) before and after the element.
<div><p><h1>,<h2>,<h3>...,<h6><table><form><ol>,<li>,<ul>
<div>
<h2>This is the Heading</h2>
<p>To write the paragraph inside the div.</p>
</div>
©2024 HTML TUTORIAL WEBSITE